Uses of Enum
com.cisco.pt.ipc.enums.WirelessNetworkType
Packages that use WirelessNetworkType
Package
Description
-
Uses of WirelessNetworkType in com.cisco.pt.ipc.enums
Methods in com.cisco.pt.ipc.enums that return WirelessNetworkTypeModifier and TypeMethodDescriptionstatic WirelessNetworkTypeWirelessNetworkType.fromIntValue(int value) static WirelessNetworkTypeWirelessNetworkType.fromIntValue(Integer value) static WirelessNetworkTypeReturns the enum constant of this type with the specified name.static WirelessNetworkType[]WirelessNetworkType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of WirelessNetworkType in com.cisco.pt.ipc.sim
Methods in com.cisco.pt.ipc.sim that return WirelessNetworkTypeModifier and TypeMethodDescriptionWirelessCommon.getNetworkType()Information provided by the PKI file:WirelessProfile.getNetworkType()Methods in com.cisco.pt.ipc.sim with parameters of type WirelessNetworkTypeModifier and TypeMethodDescriptionbooleanWirelessClientProcess.addProfile(String name, String ssid, WirelessNetworkType netType, MACAddress macAddress, WirelessAuthenType authType, WirelessEncryptType encryptType, String wepKey, String userid, String password, boolean bDHCPOn, boolean bDHCPv6On, IPAddress ipAddress, IPAddress subnet, IPAddress gateway, IPAddress DNS) Information provided by the PKI file:booleanWirelessClientProcess.setCurrentProfile(String name, String ssid, WirelessNetworkType netType, MACAddress macAddress, WirelessAuthenType authType, WirelessEncryptType encryptType, String wepKey, String userid, String password, boolean bDHCPOn, boolean bDHCPv6On, IPAddress ipAddress, IPAddress subnet, IPAddress gateway, IPAddress DNS) Information provided by the PKI file:booleanWirelessClientProcess.setCurrentProfileStringIPs(String name, String ssid, WirelessNetworkType netType, String macAddress, WirelessAuthenType authType, WirelessEncryptType encryptType, String wepKey, String userId, String password, boolean bDHCPOn, boolean bDHCPv6On, String ipAddress, String subnet, String gateway, String DNS) voidWirelessCommon.setNetworkType(WirelessNetworkType type) voidWirelessProfile.setNetworkType(WirelessNetworkType networkType) -
Uses of WirelessNetworkType in com.cisco.pt.ipc.sim.impl
Fields in com.cisco.pt.ipc.sim.impl declared as WirelessNetworkTypeMethods in com.cisco.pt.ipc.sim.impl that return WirelessNetworkTypeModifier and TypeMethodDescriptionWirelessCommonImpl.getNetworkType()Information provided by the PKI file:WirelessProfileImpl.getNetworkType()Methods in com.cisco.pt.ipc.sim.impl with parameters of type WirelessNetworkTypeModifier and TypeMethodDescriptionbooleanWirelessClientProcessImpl.addProfile(String name, String ssid, WirelessNetworkType netType, MACAddress macAddress, WirelessAuthenType authType, WirelessEncryptType encryptType, String wepKey, String userid, String password, boolean bDHCPOn, boolean bDHCPv6On, IPAddress ipAddress, IPAddress subnet, IPAddress gateway, IPAddress DNS) Information provided by the PKI file:booleanWirelessClientProcessImpl.setCurrentProfile(String name, String ssid, WirelessNetworkType netType, MACAddress macAddress, WirelessAuthenType authType, WirelessEncryptType encryptType, String wepKey, String userid, String password, boolean bDHCPOn, boolean bDHCPv6On, IPAddress ipAddress, IPAddress subnet, IPAddress gateway, IPAddress DNS) Information provided by the PKI file:booleanWirelessClientProcessImpl.setCurrentProfileStringIPs(String name, String ssid, WirelessNetworkType netType, String macAddress, WirelessAuthenType authType, WirelessEncryptType encryptType, String wepKey, String userId, String password, boolean bDHCPOn, boolean bDHCPv6On, String ipAddress, String subnet, String gateway, String DNS) voidWirelessCommonImpl.setNetworkType(WirelessNetworkType type) voidWirelessProfileImpl.setNetworkType(WirelessNetworkType networkType) -
Uses of WirelessNetworkType in com.cisco.pt.ipc.sim.pdu
Methods in com.cisco.pt.ipc.sim.pdu that return WirelessNetworkTypeMethods in com.cisco.pt.ipc.sim.pdu with parameters of type WirelessNetworkTypeModifier and TypeMethodDescriptionvoidManagementFrame.setNetworkType(WirelessNetworkType networkType) -
Uses of WirelessNetworkType in com.cisco.pt.ipc.sim.pdu.impl
Fields in com.cisco.pt.ipc.sim.pdu.impl declared as WirelessNetworkTypeMethods in com.cisco.pt.ipc.sim.pdu.impl that return WirelessNetworkTypeMethods in com.cisco.pt.ipc.sim.pdu.impl with parameters of type WirelessNetworkTypeModifier and TypeMethodDescriptionvoidManagementFrameImpl.setNetworkType(WirelessNetworkType networkType)